type crypto/tls.certificateRequestMsg

8 uses

	crypto/tls (current package)
		conn.go#L1126: 			m = &certificateRequestMsg{
		handshake_client.go#L610: 	certReq, ok := msg.(*certificateRequestMsg)
		handshake_client.go#L1030: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
		handshake_messages.go#L1645: type certificateRequestMsg struct {
		handshake_messages.go#L1656: func (m *certificateRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1711: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
		handshake_server.go#L585: 	var certReq *certificateRequestMsg
		handshake_server.go#L588: 		certReq = new(certificateRequestMsg)